From fdb7958ca59e4870460950722ed52b9eb5fde10c Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 20:48:30 +0530 Subject: fix: minor css fix for light mode users --- src/app/manga/[title]/[id]/page.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app/manga/[title]/[id]/page.jsx') diff --git a/src/app/manga/[title]/[id]/page.jsx b/src/app/manga/[title]/[id]/page.jsx index dc4c682..3038b3f 100644 --- a/src/app/manga/[title]/[id]/page.jsx +++ b/src/app/manga/[title]/[id]/page.jsx @@ -3,7 +3,6 @@ import Image from "next/image"; import Buttons from "./buttons"; import { redirect } from "next/navigation"; import { FaStar } from "react-icons/fa"; -import CurrentReading from "./[read]/currentReading"; export default async function MangaInfo({ params }) { const id = params.id; -- cgit v1.2.3